home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
computer
/
casio_st
/
prog_fx
/
oisac2
/
l_5615.txt
< prev
next >
Wrap
Text File
|
1994-03-01
|
332b
|
9 lines
5 ONERRORGOTO100
20 MODE8:DIM:r=0:c$=CHR$(5)
30 CLS:PRINT"ãrý r:radius";
50 LOCATE0,1:PRINTc$;"r=";r;"?";:INPUT@42;r:LOCATE0,0:IFr<0 THEN50
70 LOCATE0,1:PRINTc$;"Area =";PI*r*r;:z$=INPUT$(1,@):GOTO50
100 IFERR=1 THENCLS:ONERRORGOTO0
110 IFERL=50 THENRESUME50
120 LOCATE0,1:PRINTc$;"not found";:z$=INPUT$(1,@):RESUME30